hill-climbing procedure - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

hill-climbing procedure - translation to russian

OPTIMIZATION ALGORITHM
Random-restart hill climbing; Hill-climbing; Hill-climbing algorithm; Hill-climbing optimization; Shotgun hill climbing; Random hill climbing; Hill climbing algorithm; Hill climbing method
  • Despite the many local maxima in this graph, the global maximum can still be found using simulated annealing. Unfortunately, the applicability of simulated annealing is problem-specific because it relies on finding ''lucky jumps'' that improve the position. In such extreme examples, hill climbing will most probably produce a local maximum.

hill-climbing procedure      

математика

процедура поиска экстремума

hill climbing         

математика

поиск экстремума

never in my life         
1970 STUDIO ALBUM BY MOUNTAIN
For Yasgur's Farm; Mountain Climbing!; Never in My Life; Climbing (album)
никогда в жизни

Definition

ХИЛЛ
(Hill) Арчибалд Вивиен (1886-1977) , английский физиолог. Труды по термодинамике мышечного сокращения. Нобелевская премия (1922).
---
(Hill) Бенни (наст. имя Алфред Хоторн, Hawthorn) (1925-92), английский комедийный актер. С 1952 на телевидении. Создал популярную программу "Шоу Бенни Хилла", состоящую из небольших эпизодов, полных динамичного юмора. Являлся сценаристом, автором музыки и исполнителем главных ролей в своих шоу.
---
(Hill) Джеффри (р. 1932), английский поэт, литературовед. Строгая по форме, лапидарная по выражению метафизическая лирика нередко строится на скрытой цитате, стилизации и т. п. (сборники "Король Лог", 1968; "Tenebrae", 1978; "Гимны Богородице Шартрской", 1984). Исследования, посвященные классической английской литературе. Переводы из Ш. Пеги, П. Целана.
---
Джордж Уильям (1838-1914) , американский астроном. Труды по небесной механике (теория движения планет, теория возмущений и др.).
---
(Hill) Дэмон (р. 1960), английский спортсмен (автомобильный спорт). Чемпион мира в гонках "Формула-1" (1996).
---
Сузан (р. 1942), английская писательница. Реалистические психологические романы "Джентльмены и леди", "Перемена к лучшему" (оба - 1969), "Я в замке король" (1970), "Ночная птица" (1972). Рассказы (сборники "Альбатрос", 1970; "Когда поют и танцуют", 1973) отмечены точностью социально-психологических наблюдений.
---
(Hill) Уолтер (р. 1942), американский киносценарист, режиссер и продюсер. Получил известность как автор сценариев к фильмам С. Пекинпа и Д. Хьюстона. Как режиссер дебютировал в 1975 ("Тяжелые времена"). Коммерческий режиссер высочайшего класса, умеющий мастерски создавать напряжение. Для фильмов Хилла характерно использование необычно звучащей музыки. Наиболее известные фильмы: "Водитель" (1978), "48 часов" (1982), "Красная жара" (1988), "Красавчик Джонни" (1989).

Wikipedia

Hill climbing

In numerical analysis, hill climbing is a mathematical optimization technique which belongs to the family of local search. It is an iterative algorithm that starts with an arbitrary solution to a problem, then attempts to find a better solution by making an incremental change to the solution. If the change produces a better solution, another incremental change is made to the new solution, and so on until no further improvements can be found.

For example, hill climbing can be applied to the travelling salesman problem. It is easy to find an initial solution that visits all the cities but will likely be very poor compared to the optimal solution. The algorithm starts with such a solution and makes small improvements to it, such as switching the order in which two cities are visited. Eventually, a much shorter route is likely to be obtained.

Hill climbing finds optimal solutions for convex problems – for other problems it will find only local optima (solutions that cannot be improved upon by any neighboring configurations), which are not necessarily the best possible solution (the global optimum) out of all possible solutions (the search space). Examples of algorithms that solve convex problems by hill-climbing include the simplex algorithm for linear programming and binary search.: 253  To attempt to avoid getting stuck in local optima, one could use restarts (i.e. repeated local search), or more complex schemes based on iterations (like iterated local search), or on memory (like reactive search optimization and tabu search), or on memory-less stochastic modifications (like simulated annealing).

The relative simplicity of the algorithm makes it a popular first choice amongst optimizing algorithms. It is used widely in artificial intelligence, for reaching a goal state from a starting node. Different choices for next nodes and starting nodes are used in related algorithms. Although more advanced algorithms such as simulated annealing or tabu search may give better results, in some situations hill climbing works just as well. Hill climbing can often produce a better result than other algorithms when the amount of time available to perform a search is limited, such as with real-time systems, so long as a small number of increments typically converges on a good solution (the optimal solution or a close approximation). At the other extreme, bubble sort can be viewed as a hill climbing algorithm (every adjacent element exchange decreases the number of disordered element pairs), yet this approach is far from efficient for even modest N, as the number of exchanges required grows quadratically.

Hill climbing is an anytime algorithm: it can return a valid solution even if it's interrupted at any time before it ends.

What is the Russian for hill-climbing procedure? Translation of &#39hill-climbing procedure&#39 to R